Package-level declarations
Types
Link copied to clipboard
@Serializable
Represents a result of an inline query that was chosen by the user and sent to their chat partner. Note: It is necessary to enable inline feedback via @BotFather in order to receive these objects in updates.
Link copied to clipboard
@Serializable
This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results.
Link copied to clipboard
This object represents one result of an inline query. Telegram clients currently support results of the following 20 types:
Link copied to clipboard
@Serializable
This object represents a button to be shown above inline query results. You must use exactly one of the optional fields.
Link copied to clipboard
@Serializable
This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional default inline query.